home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_03 / 8n03097a < prev    next >
Encoding:
Text File  |  1995-11-01  |  221 b   |  19 lines

  1.  
  2.  
  3. *** Listing 1 ***
  4.  
  5. /*
  6.  * quirks.h - eliminate quirks (for DECUS C)
  7.  */
  8. #ifndef _QUIRKS_H_INCLUDED
  9.  
  10. #define const
  11. #define signed
  12. #define volatile
  13.  
  14. typedef char void;
  15.  
  16. #define _QUIRKS_H_INCLUDED
  17. #endif
  18.  
  19.